SDKLibrary secondary development library, only supports C#, can be used for reference or direct use.

 

1. Create a communication management object HDCommunicationManager CommManager = new HDCommunicationManager.

2. If the application actively connects to the device as a client, it should call the AddDevice interface to add the device. If the server is called as a server, wait for the device to actively connect.

3. Register the MsgReport ResolvedInfoReport event to get the feedback data (refer to RemoteServer).

4. Call GetDevices() to get the current online device list List<Device>.

5. Send a program or command using the specific device object Device.

 

Please refer to the RemoteServer source code.